#page-body .version-images{
  width: 528px;
  height: 450px;
  margin-top: 30px;
  padding: 10px;
  border: 1px solid #999;
  overflow:auto;
}

#page-body .images-container{
  height: 408px;
  display: inline-block;
  white-space: nowrap;
  font-size: 0;
}

#page-body .images-container>img{
  width: 245px;
  height: 408px;
  margin-left: 20px;
  display: inline-block;
}

#page-body .version-desc{
  margin-top: 30px;
}

#page-body .version-desc>.title{
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #fe7210;
}

#page-body .version-desc>.desc{
  line-height: 20px;
  text-indent: 24px;
  font-size: 12px;
  color: #333333;
}

#page-body .function-content {
  padding-top:10px; 
  font-size: 12px;
  color: #333;
  text-indent: 2rem;
}

#page-body  .list-content{
  font-size: 12px;
  color: #333;
  text-indent: 2rem;
}

/* 表格样式重写 */
.version-func{
  width: 80%;
  margin: 0 auto;
  padding: 50px 0;
}

.versionfunc-nav{
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -o-flex;
}

.versionfunc-nav>.nav-button{
  width: 200px;
  line-height: 36px;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -o-flex: 0 0 auto;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  color: #fe7615;
  border:2px solid #fe7615;
  background:#fff;
  cursor: pointer;
}

.versionfunc-nav>.here{
  color: #fff;
  background:#fe7615;
}

table {
  /*width: 100%;*/
  display: block;
}
thead {
  display: block;
}

tbody {
  display: block;
}

tr {
  display: flex;
  display: -webkit-flex;
  /*text-align: center;*/
}

td, th {
  /*flex: 1;
  -webkit-flex: 1;*/
  width:100px;
  flex:0 0 100px;
  display: block;
  text-align: center;
}
.box{
  width: 100%;
  margin:0 auto;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0 0 2px #999;
  border-radius: 5px;
  overflow:auto;
  position: relative;
}
.func-table{
  /*box-sizing: border-box;*/
  /*margin-bottom: 30px;*/
  border-radius: 5px;
  /*width: 100%;*/
  /*margin: 0 auto;*/
  position: absolute;
  top:10px;
  left:10px;
}
.func-table caption{
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #333
}
.columns{display: block;overflow: hidden;clear: both;}
.columns li{
  border:1px solid #ccc;
  padding: 3px 8px;margin:3px 0px 4px 10px;
  border-radius: 5px;
  cursor:pointer;
}
.columns li.active{
}
.func-table tr{
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -o-flex;
  border-bottom: 1px solid #fff;
}

tr>th,tr>td{
  /*flex: 1
  -webkit-flex: 1
  -ms-flex: 1
  -moz-flex: 1
  -o-flex: 1*/
  width:100px;
  flex:0 0 100px;
}

.func-table tr:nth-of-type(odd){
  background:#e0ebff
}

.func-table tr:nth-of-type(even){
  background:#c7dbff
}

.func-table thead>tr:first-child{
  background: #83aefd;
}

tr>th:first-child,tr>td:first-child{
  width: 150px;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -o-flex: 0 0 auto;
  font-size: 10px;
  color: #666;
}

tr>th{
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  border-right: 1px solid #fff;
}

tr>td{
  line-height: 30px;
  font-size: 12px;
  color: #fff;
  border-right: 1px solid #fff;
}

thead.list-head{
  display: block;
}

.func-table .content-false{
  color: #fd8d3b;
}

.func-table .content-true{
  color: #3b7bfd;
}

/*.title-list{
  width: 1000px;
  height: 60px;
}

.title-list>a{
  width: 100px;
  height: 50px;
  font-size: 20px;
  color: #666;
}*/